nav {
    background-color: whitesmoke;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: black;
    font-weight: bold;
    text-align: center;
}

/* 
.navbar-brand {
    padding: 0;
    height: 30px;
} */

body {
    background-color: rgb(201, 231, 241);
}

.image-Class {
    margin-top: 2%;
}

.giphy-Imgs {
    margin: 1%;
    display: block;
}

.image-row {
    margin-bottom: 7%;
}
/* Entire footer */
.primary-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: darkgray;
}

/* Footer container */
.div-footer{
    height: 6px;
    padding-top: 3px;
    background-color: #4682B4;
}

/* Footer text */
.p-footer {
    margin-top: 15px;
    color: whitesmoke;
    text-align: center;
}